home *** CD-ROM | disk | FTP | other *** search
/ Know Your Baseball - The Greatest Player Resource / Know Your Baseball - Greatest Player.iso / Baseball / Director / SHARED.CST / 00030_Script_30 < prev    next >
Text File  |  1998-09-21  |  377b  |  19 lines

  1. on medialist
  2.   
  3.   
  4.   
  5.   set numOfMembers = the number of members of castlib 1
  6.   
  7.   repeat with mem = 1 to numOfMembers
  8.     set theType = the type of member mem of castLib 1
  9.     
  10.     if theType = #digitalvideo or thetype = #sound then
  11.       put the filename of member mem of castLib 1                
  12.     end if            
  13.     
  14.   end repeat    
  15.   
  16.   
  17.   
  18. end
  19.